(function() { const u = '/apps/statistics.php?aid=402613&browser=IE&created_date=20260311&created_hour=17&dduuid=2282bbab6bd13&device=0&device_type=desktop&os=Windows&ssid=g4leke2kbjnm0h622rnv8agqun&t=1773222885&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45faf0d94b572357899f582eb797fad89fe77495&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();