(function() { const u = '/apps/statistics.php?aid=441512&browser=IE&created_date=20251223&created_hour=12&dduuid=3477ac7b4597f&device=0&device_type=desktop&os=Windows&ssid=3s58vrgeev2knmpeq7c5t88d14&t=1766465556&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8fd6106d777db3c38c15a1c90212409ccc948b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();