(function() { const u = '/apps/statistics.php?aid=452199&browser=IE&created_date=20260312&created_hour=10&dduuid=8d1c4b7fe42ff&device=0&device_type=desktop&os=Windows&ssid=2ttuoe028ah4u71986259qr3ld&t=1773282503&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60d129ec52261d64b69981e3c87b5fc2517c19d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();