(function() { const u = '/apps/statistics.php?aid=448267&browser=IE&created_date=20260122&created_hour=00&dduuid=ab019b826c23b&device=0&device_type=desktop&os=Windows&ssid=nl62u3np2sddmmdsuo3t186ovo&t=1769014394&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ad949355fc60eeb9d8f43511fd30eee71ee2a1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();