(function() { const u = '/apps/statistics.php?aid=422946&browser=IE&created_date=20260113&created_hour=17&dduuid=b323dfaeb610a&device=0&device_type=desktop&os=Windows&ssid=brrrf8h9ngq3alik6mks7hnotm&t=1768297560&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9fe7b173abcca7580c590265c02738917ef4cad2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();