(function() { const u = '/apps/statistics.php?aid=454709&browser=IE&created_date=20260307&created_hour=19&dduuid=86f5896860cac&device=0&device_type=desktop&os=Windows&ssid=ka1eif5f469g8jerrcpifjtk0l&t=1772882699&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d9a490ccfefc10d9565e3f5e8c462ab5115059e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();