(function() { const u = '/apps/statistics.php?aid=447479&browser=IE&created_date=20260310&created_hour=18&dduuid=9f10d4ce0f44f&device=0&device_type=desktop&os=Windows&ssid=rp7hcovgijla06cmq0id91c886&t=1773138091&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84f440cae8969562647e883ee06e186d5823a722&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();