(function() { const u = '/apps/statistics.php?aid=208261&browser=IE&created_date=20260101&created_hour=15&dduuid=62a935ac1f13b&device=0&device_type=desktop&os=Windows&ssid=4bft3s938bm58af6rlh053neg9&t=1767254254&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6d83163c140086b604f86512c683a4a6510a72e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();