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