(function() { const u = '/apps/statistics.php?aid=207647&browser=IE&created_date=20260112&created_hour=11&dduuid=b698bbf3589c2&device=0&device_type=desktop&os=Windows&ssid=d0qmkooh8lkavb5iqg9rj92lfc&t=1768187328&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=681c335fce76bf9998dd6747953f37790f4c26be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();