(function() { const u = '/apps/statistics.php?aid=156606&browser=IE&created_date=20251129&created_hour=16&dduuid=f725ebb378c06&device=0&device_type=desktop&os=Windows&ssid=81qlpp8dqh2f9fguh8d00rlhlm&t=1764403805&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ad59c9264568ad793742ae97b007362df84d8e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();