(function() { const u = '/apps/statistics.php?aid=439858&browser=IE&created_date=20260316&created_hour=21&dduuid=39616dac718de&device=0&device_type=desktop&os=Windows&ssid=1udbarkrrueiqdbnov4cj6qp7o&t=1773666918&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=818ee39c3f6353c34045313a02555f91ee80ee39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();