(function() { const u = '/apps/statistics.php?aid=453335&browser=IE&created_date=20260208&created_hour=11&dduuid=c1415d5d192b9&device=0&device_type=desktop&os=Windows&ssid=n4olpuljfnp37lcqqq50qsio2j&t=1770521358&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce8ab13ef8d0c1ba35f260e34ad101c72eb5714e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();