(function() { const u = '/apps/statistics.php?aid=454982&browser=IE&created_date=20260224&created_hour=07&dduuid=0ee33100b885b&device=0&device_type=desktop&os=Windows&ssid=48d625sb6cjlfpj9u2edg2vghm&t=1771890590&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52180cb5359d8bfd0628e259ca2b2cdb7385fd9b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();