(function() { const u = '/apps/statistics.php?aid=451965&browser=IE&created_date=20260312&created_hour=05&dduuid=481a4ce7cb51c&device=0&device_type=desktop&os=Windows&ssid=n3a3hvctqsfb1thsef6aesq7v2&t=1773263142&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a6688fda0e2a4a25524c40f67ee7398e029389b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();