(function() { const u = '/apps/statistics.php?aid=442312&browser=IE&created_date=20260308&created_hour=02&dduuid=ec00b37baafcf&device=0&device_type=desktop&os=Windows&ssid=4tcu0ea1levnurc9dk1egjja62&t=1772909939&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c7e0420207ab210a1ef2e63905de2d498a7335e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();