(function() { const u = '/apps/statistics.php?aid=454193&browser=IE&created_date=20260303&created_hour=15&dduuid=db741f39e2b47&device=0&device_type=desktop&os=Windows&ssid=hbld6cat5qcchq3m37d3fuf0kh&t=1772523978&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c04603bbee3c57a2ed0c74a2af00e14917c212cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();