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