(function() { const u = '/apps/statistics.php?aid=435322&browser=IE&created_date=20251231&created_hour=21&dduuid=8536ceeb047db&device=0&device_type=desktop&os=Windows&ssid=i2uks8gkv2049eed5kdvfug9f6&t=1767189433&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=053e13feedb26614b0b7918a5b409ee719bdc63d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();