(function() { const u = '/apps/statistics.php?aid=454544&browser=IE&created_date=20260310&created_hour=04&dduuid=92ac884c8200e&device=0&device_type=desktop&os=Windows&ssid=slf6jps54r3ddqej3vpsa55j64&t=1773086807&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6768d76a569306318f5518c2dd39dfe3b02781c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();