(function() { const u = '/apps/statistics.php?aid=460470&browser=IE&created_date=20260313&created_hour=04&dduuid=1402f5dfa4440&device=0&device_type=desktop&os=Windows&ssid=6lvldsup4ctph4inni5baptap4&t=1773347134&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b7678e8e05fbd2a3c0abf5ad74f8f903699e176f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();