(function() { const u = '/apps/statistics.php?aid=210309&browser=IE&created_date=20260223&created_hour=17&dduuid=eb4a4ea551bee&device=0&device_type=desktop&os=Windows&ssid=cavgut532jtr31dhvdt804qlct&t=1771838684&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d750210ed028298f6f27fcb22981a9155403407a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();