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