(function() { const u = '/apps/statistics.php?aid=35942&browser=IE&created_date=20260303&created_hour=20&dduuid=7a7fd0e7eb0e9&device=0&device_type=desktop&os=Windows&ssid=murqcoc4snqv45o1nrdf8rmqil&t=1772540926&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=af81fb15b3eb68c1ff1b60cefd04832714053367&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();