(function() { const u = '/apps/statistics.php?aid=401426&browser=IE&created_date=20260128&created_hour=15&dduuid=9d4f535f4c9ed&device=0&device_type=desktop&os=Windows&ssid=s7j3fhcdmo8nkca5ie4ibgbk1f&t=1769585603&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=37521d4877c2b32430e4c0df2c3643f2a73ef2ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();