(function() { const u = '/apps/statistics.php?aid=11667&browser=IE&created_date=20251220&created_hour=05&dduuid=32da4eb817600&device=0&device_type=desktop&os=Windows&ssid=vejmp2fbnrmq892a6drdlh8hou&t=1766178530&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4846a63f33830f4555297e078902850d4d757b4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();