(function() { const u = '/apps/statistics.php?aid=455834&browser=IE&created_date=20260303&created_hour=17&dduuid=aec8df26fe880&device=0&device_type=desktop&os=Windows&ssid=tt8ebljq4bnhtfub993bntishf&t=1772528757&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5817ebd644c9d0caf67fff52162b0b3dc1a4431&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();