(function() { const u = '/apps/statistics.php?aid=401002&browser=IE&created_date=20260308&created_hour=00&dduuid=08d7bc2806bc9&device=0&device_type=desktop&os=Windows&ssid=ef0b0qd7856q42n1h41e3jsf1c&t=1772900703&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0498307ee23f2a8343aaa7771a6b988ab0d1bdee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();