(function() { const u = '/apps/statistics.php?aid=453827&browser=IE&created_date=20260311&created_hour=10&dduuid=3c1fded7158d0&device=0&device_type=desktop&os=Windows&ssid=2r5hjri6mrnsp5k2gbqtbs0jts&t=1773195519&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=890f7ae274eab9c5a764d4f2618f8ce73bfddc0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();