(function() { const u = '/apps/statistics.php?aid=123656&browser=IE&created_date=20251126&created_hour=07&dduuid=46358f9a3dc12&device=0&device_type=desktop&os=Windows&ssid=ke8cgvvcog9uojik2odbv3t993&t=1764112805&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61d2597bde3c06fd28a7a50ea81018979b380c4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();