(function() { const u = '/apps/statistics.php?aid=424532&browser=IE&created_date=20260307&created_hour=22&dduuid=07d513a772af0&device=0&device_type=desktop&os=Windows&ssid=k7au70me0pin24vsu8el1fe4d8&t=1772892914&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=838bce032e47d34a77974e0815d46238590563be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();