(function() { const u = '/apps/statistics.php?aid=455179&browser=IE&created_date=20260304&created_hour=09&dduuid=83748d90fe758&device=0&device_type=desktop&os=Windows&ssid=38ce362s3442hr68uq5io02ait&t=1772587457&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8df6e1afc6292f324a9b99592e7dd85ead5bd52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();