(function() { const u = '/apps/statistics.php?aid=446349&browser=IE&created_date=20260124&created_hour=08&dduuid=9a2de577af6f1&device=0&device_type=desktop&os=Windows&ssid=s83md4pp2q5togmc6g55k3q1nf&t=1769215071&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a7f53df9424208e374df02038955a0a05eab95a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();