(function() { const u = '/apps/statistics.php?aid=455408&browser=IE&created_date=20260310&created_hour=13&dduuid=8a1cadc9e44ec&device=0&device_type=desktop&os=Windows&ssid=hgoarlh0168f05gct108vo2rq7&t=1773121310&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3cf0af49e26b817190d2b21d8015836068c83640&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();