(function() { const u = '/apps/statistics.php?aid=152611&browser=IE&created_date=20260223&created_hour=20&dduuid=99f7649f79ce4&device=0&device_type=desktop&os=Windows&ssid=en9b6jg339mfajc7oc0702m2ue&t=1771851250&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a7a19cca4dd29c92f14a7498c9ff55c2307cbda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();