(function() { const u = '/apps/statistics.php?aid=442320&browser=IE&created_date=20251210&created_hour=01&dduuid=92f4691fbfb94&device=0&device_type=desktop&os=Windows&ssid=iq8vf8kbp1ui9q936g41dlu8na&t=1765301833&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=627e67814fe58f2a7a5922ed0663fca327b07f0c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();