(function() { const u = '/apps/statistics.php?aid=411664&browser=IE&created_date=20260201&created_hour=02&dduuid=b5c2981489523&device=0&device_type=desktop&os=Windows&ssid=krd9jo4ls2f8o8u23k35bej67l&t=1769885977&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b6e6f6c85e4c447d89ff02976240ef09e3140b39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();