(function() { const u = '/apps/statistics.php?aid=98765&browser=IE&created_date=20260224&created_hour=18&dduuid=d9ba632a8ddb9&device=0&device_type=desktop&os=Windows&ssid=dhatk83pfo7blqnas9blpnijem&t=1771930296&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4e400f6b9ed7d78e0f056d7892de5f5908f5999&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();