(function() { const u = '/apps/statistics.php?aid=264429&browser=IE&created_date=20260315&created_hour=18&dduuid=022a6a4eab9c5&device=0&device_type=desktop&os=Windows&ssid=32rj26580k3l6ujej24u9s13ch&t=1773568885&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f8ca8c3228005449330f522f34f76c6c18759f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();