(function() { const u = '/apps/statistics.php?aid=41&browser=IE&created_date=20251208&created_hour=11&dduuid=c7efdd16fe08e&device=0&device_type=desktop&os=Windows&ssid=459t30cp0v4d8cps9r3j6r23nq&t=1765164341&typeid=9&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8eb6a29be97f40a7596c5467c977e712f10f70f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();