(function() { const u = '/apps/statistics.php?aid=47115&browser=IE&created_date=20260122&created_hour=16&dduuid=6af0333e0d503&device=0&device_type=desktop&os=Windows&ssid=17n2qmk2t0sp540akkodpa65hr&t=1769069968&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8da16f0810ab0cec0fa9f20c5127d4fbdefaa982&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();