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