(function() { const u = '/apps/statistics.php?aid=17904&browser=IE&created_date=20251129&created_hour=21&dduuid=96566ec0f91f1&device=0&device_type=desktop&os=Windows&ssid=9g96u5aq5k3il275iqkeemtel7&t=1764423149&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7aa0d7f6e730282d3b94e9f5049f470d5d26d797&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();