(function() { const u = '/apps/statistics.php?aid=363166&browser=IE&created_date=20260125&created_hour=01&dduuid=aa79b104d192c&device=0&device_type=desktop&os=Windows&ssid=7676hbn3d96qgr593h75inp4es&t=1769274440&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48c94ec1dfe5ac84f4200bcaeab733b6087cd7df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();