(function() { const u = '/apps/statistics.php?aid=188529&browser=IE&created_date=20260115&created_hour=04&dduuid=6dadcdc10990e&device=0&device_type=desktop&os=Windows&ssid=auj6tn62r372nroriudfrcc82l&t=1768423945&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11c72b82b82537d80ae7d7cf5f6ca97add16a98f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();