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