(function() { const u = '/apps/statistics.php?aid=459812&browser=IE&created_date=20260313&created_hour=02&dduuid=a3c07fe4fbd09&device=0&device_type=desktop&os=Windows&ssid=5u6jq5ifq24e91shlpqvog01rp&t=1773340324&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6199024ceb8af59ed402db1630b580f70ad9470b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();