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