(function() { const u = '/apps/statistics.php?aid=455517&browser=IE&created_date=20260310&created_hour=23&dduuid=21d173fc0a97b&device=0&device_type=desktop&os=Windows&ssid=7pquaiu7obli00eqtl7e13pio4&t=1773155732&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=275dbfddec29a5b04f23ac936687f88d9f819a09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();