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