(function() { const u = '/apps/statistics.php?aid=446103&browser=IE&created_date=20260311&created_hour=18&dduuid=6b95e35df3040&device=0&device_type=desktop&os=Windows&ssid=p05hhjhfv461iesh3r3bv1vun0&t=1773224236&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3edd6c6fd89be896a7e4962062d70b4621d13245&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();