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