(function() { const u = '/apps/statistics.php?aid=96&browser=IE&created_date=20260228&created_hour=02&dduuid=b6818c72bb496&device=0&device_type=desktop&os=Windows&ssid=gv8pq7118io1apln9rcg61h9r3&t=1772215540&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00fbe61a963dd05552a6879cd1eb50a950598d72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();