(function() { const u = '/apps/statistics.php?aid=208275&browser=IE&created_date=20260101&created_hour=15&dduuid=3989fd44e9177&device=0&device_type=desktop&os=Windows&ssid=50bd3ngfabbop1oi2k2mk49e44&t=1767250987&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=239cb7a1fe1974267245ff10c598778da5211a80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();