(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=13&dduuid=fe50236b20191&device=0&device_type=desktop&os=Windows&ssid=5r0sj74i0atl3eijm0re18bflf&t=1758086421&typeid=0&url_type=2&value=&sign=7ee3b0e200daeb66c8e7a0cd3326738c07eba890&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();