(function() { const u = '/apps/statistics.php?aid=451843&browser=IE&created_date=20260225&created_hour=03&dduuid=cf2e9d76852d1&device=0&device_type=desktop&os=Windows&ssid=b63svogap4dee9ubgdlnlm8fs5&t=1771962901&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5c954bf1365f1c811903a49dc99de95d141b2c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();