(function() { const u = '/apps/statistics.php?aid=442747&browser=IE&created_date=20260305&created_hour=08&dduuid=b02853b67a145&device=0&device_type=desktop&os=Windows&ssid=16p1feadb01k1slqf3k2cohvpl&t=1772669043&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36eb16a336614e1b191afbdfc1fb44e7935bd1f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();