(function() { const u = '/apps/statistics.php?aid=454520&browser=IE&created_date=20260304&created_hour=19&dduuid=a3ab3029b5321&device=0&device_type=desktop&os=Windows&ssid=hl09khcisfu1u7sadfp8spdacm&t=1772623621&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa8d2055ea7619357102157fc0e46405cd040de9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();