(function() { const u = '/apps/statistics.php?aid=432334&browser=IE&created_date=20260124&created_hour=21&dduuid=b8ee2055abfad&device=0&device_type=desktop&os=Windows&ssid=bnqop2rbhflfamnlk6jdkdrba7&t=1769263086&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03ab0a408bce1cf0586d296b5f634177fbeb4b49&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();