(function() { const u = '/apps/statistics.php?aid=409613&browser=IE&created_date=20251222&created_hour=06&dduuid=9d76ee7bd0106&device=0&device_type=desktop&os=Windows&ssid=msos3upt9l2h3gpflh0dg75g6a&t=1766357600&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51899c5a86fe70aa03f580396d01f8019a0efcc9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();