(function() { const u = '/apps/statistics.php?aid=445320&browser=IE&created_date=20260312&created_hour=11&dduuid=8ed9d215cd418&device=0&device_type=desktop&os=Windows&ssid=t5ihh35esdi27t3tas75i4tmmh&t=1773287884&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca4e7d8f612597b619f91450d146ffd9e901b2c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();