(function() { const u = '/apps/statistics.php?aid=188&browser=IE&created_date=20260113&created_hour=22&dduuid=b561ef244c0d9&device=0&device_type=desktop&os=Windows&ssid=fgqbhj60p316olkn32eug41c8u&t=1768315631&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8cf1cdb9d0cd7db5226cf7b7ea503b1c39043d26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();