(function() { const u = '/apps/statistics.php?aid=208128&browser=IE&created_date=20260102&created_hour=04&dduuid=d0113a29fceda&device=0&device_type=desktop&os=Windows&ssid=076vc2igufhc0teu0vkkp34np3&t=1767301108&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1597139e7278d60382f4a7887512398240d776ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();