(function() { const u = '/apps/statistics.php?aid=408611&browser=IE&created_date=20260306&created_hour=04&dduuid=1b702a65a9688&device=0&device_type=desktop&os=Windows&ssid=g91vo317a9l7c90nm0as8vcesp&t=1772743810&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ad7115942bc5de4fb860e1bf3b972a1344d737e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();