(function() { const u = '/apps/statistics.php?aid=456005&browser=IE&created_date=20260304&created_hour=22&dduuid=d28e8e6d66c59&device=0&device_type=desktop&os=Windows&ssid=6v218310ro8h7glpgbmthlf1n1&t=1772632935&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c960f1306d6f407b2d65dc75875d88ef5cc6174&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();