(function() { const u = '/apps/statistics.php?aid=429488&browser=IE&created_date=20260119&created_hour=03&dduuid=329f6a3e7f007&device=0&device_type=desktop&os=Windows&ssid=6hd8t39empt9ts8ee3ocfbkiem&t=1768764172&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6771f0157b0b0f328ab9b2abab3d9f098174a908&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();