(function() { const u = '/apps/statistics.php?aid=441911&browser=IE&created_date=20260307&created_hour=21&dduuid=c7d5fee6f22c2&device=0&device_type=desktop&os=Windows&ssid=bvl5hfld4s64br595r6e66rl9f&t=1772891630&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b7d9f3c468d7ae22d68ff95244243b5de25d573&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();