(function() { const u = '/apps/statistics.php?aid=398500&browser=IE&created_date=20251223&created_hour=23&dduuid=e11466f024a7a&device=0&device_type=desktop&os=Windows&ssid=3pkve8s1a8pbhqog7i888u7uo4&t=1766505362&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5b1483a0166d4d97d11529381c6e049fc6aca68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();