(function() { const u = '/apps/statistics.php?aid=399354&browser=IE&created_date=20260129&created_hour=12&dduuid=1f7d8a7336029&device=0&device_type=desktop&os=Windows&ssid=jcjsle40v8idjbecb68k8ekf9a&t=1769659437&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5637705f08cfecda173bc1db6534306c6a28910&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();