(function() { const u = '/apps/statistics.php?aid=163081&browser=IE&created_date=20251126&created_hour=07&dduuid=bed1fca901101&device=0&device_type=desktop&os=Windows&ssid=t05u6tcf3lujhahtoqdd01i2db&t=1764112795&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9c248deb6f473619b333190305e8f13d61f934d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();