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