(function() { const u = '/apps/statistics.php?aid=350510&browser=IE&created_date=20251222&created_hour=04&dduuid=2629f4fd129ce&device=0&device_type=desktop&os=Windows&ssid=3r5dmoqhm8eoh7aic4ffg713h8&t=1766349393&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fb9d15ea56159805396162f6e2df9bbfc304a4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();