(function() { const u = '/apps/statistics.php?aid=413980&browser=IE&created_date=20260118&created_hour=17&dduuid=46c7cf6595338&device=0&device_type=desktop&os=Windows&ssid=59dp2s122c92ub8ea08gbg9psh&t=1768730272&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20b34a152a7c94019ef8315f276a3f6e577949d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();