(function() { const u = '/apps/statistics.php?aid=408580&browser=IE&created_date=20260225&created_hour=04&dduuid=212c719986d8b&device=0&device_type=desktop&os=Windows&ssid=4il5nbmu3fd2dp3fva73s0nos2&t=1771963930&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1015bd5f021d4d8ad34a1a6a7f6143c28a7737ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();