(function() { const u = '/apps/statistics.php?aid=450129&browser=IE&created_date=20260226&created_hour=06&dduuid=d2409eb451065&device=0&device_type=desktop&os=Windows&ssid=5f0a1h2gmfufpdol8vbuh7om41&t=1772058982&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42b10fce40ea4d745e40bc05f52b6fe28211e653&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();