(function() { const u = '/apps/statistics.php?aid=402789&browser=IE&created_date=20260126&created_hour=06&dduuid=c8852efa6b7a0&device=0&device_type=desktop&os=Windows&ssid=brmfoedih4f9vl5pmtkeh1hdi2&t=1769380711&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18f567c0f931f8fe09af01fdb967a41d4fb4b53b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();