(function() { const u = '/apps/statistics.php?aid=395573&browser=IE&created_date=20260201&created_hour=05&dduuid=6f00215b769cd&device=0&device_type=desktop&os=Windows&ssid=8g3l7n77695pmb3tec7miiqap1&t=1769895573&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42a2f18c92db13e0f918a8be08bf487fc10d2c10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();