(function() { const u = '/apps/statistics.php?aid=441119&browser=IE&created_date=20251224&created_hour=04&dduuid=e175b4e3c93a4&device=0&device_type=desktop&os=Windows&ssid=966cd5sqpk5a57e0mimn07icqu&t=1766523005&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=734982888229ff37ff1932b96f0c8ef7561e238f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();