(function() { const u = '/apps/statistics.php?aid=207491&browser=IE&created_date=20260113&created_hour=13&dduuid=b657f4b4f668e&device=0&device_type=desktop&os=Windows&ssid=k01i201vhh6shk60ehahtcku0v&t=1768281347&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ceec2dd7bff02044560b1e361235cdc6e7bdb8f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();