(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251126&created_hour=03&dduuid=56cb543c4e2c8&device=0&device_type=desktop&os=Windows&ssid=gm4as1fil04utif75dt2ge3v68&t=1764099626&typeid=13&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d75891f1daf6c0dcbdcee639f0f6fa98a6480e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();