(function() { const u = '/apps/statistics.php?aid=346420&browser=IE&created_date=20251220&created_hour=14&dduuid=ab5a258f8015b&device=0&device_type=desktop&os=Windows&ssid=svsuu4b1a40n6oq6mdbicjt7n2&t=1766212509&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1da15fd29b9e4545be073646ad62ef53cc62b12d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();