(function() { const u = '/apps/statistics.php?aid=324730&browser=IE&created_date=20260115&created_hour=06&dduuid=6e176ddfb7f4c&device=0&device_type=desktop&os=Windows&ssid=t6jem2hhdome6c5mh9b6tpgp7k&t=1768429543&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c30054273c29c16286f5bcc79f80951b5e6d5f0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();