(function() { const u = '/apps/statistics.php?aid=452777&browser=IE&created_date=20260224&created_hour=17&dduuid=106408cc8e46a&device=0&device_type=desktop&os=Windows&ssid=vvfffu1ip2d6961qc4ou4nm4uh&t=1771924189&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee003c8adbae6aa00cc660901fe465d4596cf1e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();