(function() { const u = '/apps/statistics.php?aid=454469&browser=IE&created_date=20260309&created_hour=12&dduuid=fc8dfe65f4d9e&device=0&device_type=desktop&os=Windows&ssid=a9ha7jpnj6am7i8vu3fi3dbf4a&t=1773029340&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f882bca6abddeec2bb847738187a8130913930da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();