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