(function() { const u = '/apps/statistics.php?aid=450860&browser=IE&created_date=20260122&created_hour=14&dduuid=79f429e76ae0e&device=0&device_type=desktop&os=Windows&ssid=qad3it77b530roja9ddir20enl&t=1769064800&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f2a2f3ed5369ea2b2307387c35c892192631f16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();