(function() { const u = '/apps/statistics.php?aid=442146&browser=IE&created_date=20260314&created_hour=05&dduuid=7e46701cd59ec&device=0&device_type=desktop&os=Windows&ssid=jv3oem7i7a0mmi02o82a0algrm&t=1773438220&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=003508088598d6a8dffac08bbb2a16113f8bd891&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();