(function() { const u = '/apps/statistics.php?aid=405956&browser=IE&created_date=20260311&created_hour=05&dduuid=9432ae2256b1d&device=0&device_type=desktop&os=Windows&ssid=nn08naa9i24bgfoa243hpdri7o&t=1773178663&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=714c9040c6d51f80f8c0b5a86c8068a9d8480ac0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();