(function() { const u = '/apps/statistics.php?aid=213640&browser=IE&created_date=20260308&created_hour=08&dduuid=faf131f63aec5&device=0&device_type=desktop&os=Windows&ssid=lnuebh1ftjatd2mfposg4gej8i&t=1772928116&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce4f8a7d143bec3341f74e7e7c1711b24ff59827&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();