(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=00&dduuid=615c92317d899&device=0&device_type=desktop&os=Windows&ssid=v1ffip7n069vv0tgbffv474b0d&t=1757866879&typeid=0&url_type=2&value=&sign=0c1af4efc124b06eb341662cfe243eb488797ef4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();