(function() { const u = '/apps/statistics.php?aid=402752&browser=IE&created_date=20260307&created_hour=18&dduuid=4b79af868a38c&device=0&device_type=desktop&os=Windows&ssid=12hnt2u6ni9sg6cnddm5ho063p&t=1772880966&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eed7b6dccfd7226257ed2dcd6eff4d4fcf149c63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();