(function() { const u = '/apps/statistics.php?aid=448453&browser=IE&created_date=20260313&created_hour=01&dduuid=2f22531402b64&device=0&device_type=desktop&os=Windows&ssid=h6010vbjnrj8a3as6t0ekni3dh&t=1773337185&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2adfff2dd9536a195eb00ce0e3014149bc8f968f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();