(function() { const u = '/apps/statistics.php?aid=396599&browser=IE&created_date=20260309&created_hour=11&dduuid=1dd2571a50d8f&device=0&device_type=desktop&os=Windows&ssid=7b2hm4cdp589dc16r6f1fg60kr&t=1773025961&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b109d5ec8819362b5372d6ef8ccb704751f65feb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();