(function() { const u = '/apps/statistics.php?aid=22713&browser=IE&created_date=20260118&created_hour=12&dduuid=94bbe0d08b1ed&device=0&device_type=desktop&os=Windows&ssid=nve9gjot1120ctc6uap00hd674&t=1768711784&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=faa86c8d987b673f4aacee0f3dbd4fd38d616a93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();