(function() { const u = '/apps/statistics.php?aid=363888&browser=IE&created_date=20251226&created_hour=12&dduuid=7aac4dfbef214&device=0&device_type=desktop&os=Windows&ssid=8qp5lo1d5b358di4g8712jles0&t=1766722975&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86b4979593080442c9cb894c53a432fb51937a22&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();