(function() { const u = '/apps/statistics.php?aid=92768&browser=IE&created_date=20260116&created_hour=06&dduuid=e91acdd97b6ee&device=0&device_type=desktop&os=Windows&ssid=7ncc0gpjqmal6eg8bditbbelu9&t=1768516210&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f973f2f92c2d6e844dc9ae5f1bad63b54b156ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();