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