(function() { const u = '/apps/statistics.php?aid=455862&browser=IE&created_date=20260311&created_hour=03&dduuid=1e23eef78e5b3&device=0&device_type=desktop&os=Windows&ssid=npo10g5j4p22jg8lso6pkfh9de&t=1773171121&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0172a3d97ac3712287efe3a041c043874a888a28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();