(function() { const u = '/apps/statistics.php?aid=454321&browser=IE&created_date=20260308&created_hour=05&dduuid=9dda6453694f5&device=0&device_type=desktop&os=Windows&ssid=tnstb14amd480ps3ankk4cee1r&t=1772918805&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6e735920e67c07f2c6a77eadcdec6c201df00ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();