(function() { const u = '/apps/statistics.php?aid=385204&browser=IE&created_date=20260311&created_hour=09&dduuid=782163c49c562&device=0&device_type=desktop&os=Windows&ssid=bo4c139po3h4ftrm78ivt1208m&t=1773192380&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=47697f657db01615e83292f77199be879c1aff50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();