(function() { const u = '/apps/statistics.php?aid=22&browser=IE&created_date=20251208&created_hour=00&dduuid=dfe1e49e718d5&device=0&device_type=desktop&os=Windows&ssid=52darrtgsjlqsd6l0i37qdtnsm&t=1765125167&typeid=5&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a1de584bd4ea603fdc1d5c6e5300da04afaff39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();