(function() { const u = '/apps/statistics.php?aid=165407&browser=IE&created_date=20260201&created_hour=00&dduuid=401444f41418d&device=0&device_type=desktop&os=Windows&ssid=5k4fe0088gj217dovam1rh09r8&t=1769875969&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5eff499c1c373ff1c925595a136f48afedcf2e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();