(function() { const u = '/apps/statistics.php?aid=457961&browser=IE&created_date=20260312&created_hour=15&dduuid=5479d5c71f9f6&device=0&device_type=desktop&os=Windows&ssid=7dq18t32697aec30bt2gohfmch&t=1773301477&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11d795908380386e3d3285105e87dfc9a5d34051&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();