(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251208&created_hour=00&dduuid=c9efd34479f2e&device=0&device_type=desktop&os=Windows&ssid=024ac3jg97os2jaasd62434msr&t=1765123718&typeid=9&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11255bc326c832e4cdc4a381859444b63d10bde8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();