(function() { const u = '/apps/statistics.php?aid=447254&browser=IE&created_date=20260122&created_hour=09&dduuid=94785918fa5e2&device=0&device_type=desktop&os=Windows&ssid=5tk17ni83cdnosnuumil8rf50a&t=1769043755&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed03820a080660c7d55f207a14c287adbbf53456&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();