(function() { const u = '/apps/statistics.php?aid=454971&browser=IE&created_date=20260224&created_hour=09&dduuid=415c8fa8fc21a&device=0&device_type=desktop&os=Windows&ssid=emgp0r3obqg882gdkl6u2hr7ro&t=1771895423&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8deba9be3632621047be9f77bdeb421e1a3fdc1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();