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