(function() { const u = '/apps/statistics.php?aid=210125&browser=IE&created_date=20251224&created_hour=18&dduuid=583c68e1eeea1&device=0&device_type=desktop&os=Windows&ssid=kk7hnhsp6uu24a7jet3hs5h1ho&t=1766573499&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8089506b4080841813e041f28fe044ff6cfe102a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();