(function() { const u = '/apps/statistics.php?aid=449021&browser=IE&created_date=20260312&created_hour=07&dduuid=2ad62920f198b&device=0&device_type=desktop&os=Windows&ssid=c6887rd2vd9jjetblmcfufa6ar&t=1773271344&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e4f942d9fc1c6da358ad9e70a09d4bf496ee68f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();