(function() { const u = '/apps/statistics.php?aid=441929&browser=IE&created_date=20251209&created_hour=20&dduuid=8a3f754f44707&device=0&device_type=desktop&os=Windows&ssid=0h21f6bmol6b1u95bfnp0c6tdc&t=1765284366&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b64c65fc718d0e3a23bd8b7716f4a0a30463858a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();