(function() { const u = '/apps/statistics.php?aid=89247&browser=IE&created_date=20260117&created_hour=06&dduuid=b74726fc8d793&device=0&device_type=desktop&os=Windows&ssid=nupd90rubs4ksequ91p0d28aj3&t=1768601440&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80e51bac95f0a0b0d71b4f8017043223292c2678&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();