(function() { const u = '/apps/statistics.php?aid=450205&browser=IE&created_date=20260121&created_hour=08&dduuid=c687259061af8&device=0&device_type=desktop&os=Windows&ssid=bue60htphl5065sgao4jsuiquk&t=1768955793&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de94641e3f45a6dfe27b2a090f247e6652b45dd8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();