(function() { const u = '/apps/statistics.php?aid=453363&browser=IE&created_date=20260312&created_hour=05&dduuid=9adb8cdc40962&device=0&device_type=desktop&os=Windows&ssid=9935pgjr2aukm9mcmbsnfm42vm&t=1773262842&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae01b14a5f96c14790f57e2255d0ce88ab64801b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();