(function() { const u = '/apps/statistics.php?aid=442342&browser=IE&created_date=20251221&created_hour=19&dduuid=ac1898bdbd669&device=0&device_type=desktop&os=Windows&ssid=1cgsgt8ffd90orsgaitt4ukjm8&t=1766315324&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0c19501b570ae81b1a8b9c292ad57ebcfaf43aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();