(function() { const u = '/apps/statistics.php?aid=444284&browser=IE&created_date=20251219&created_hour=01&dduuid=cb653f50cd0cd&device=0&device_type=desktop&os=Windows&ssid=l67bkeejk6hr9u4rsa3svsvkdf&t=1766078272&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c423c8e559a55e12d46f11ce5e8e207998364b89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();