(function() { const u = '/apps/statistics.php?aid=441987&browser=IE&created_date=20260224&created_hour=06&dduuid=1728117db6039&device=0&device_type=desktop&os=Windows&ssid=hp7rsgqfkvu1aofenuqg2v4nl1&t=1771887310&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4ef389162ca1fa5ca1d23e74975b94aee820e88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();