(function() { const u = '/apps/statistics.php?aid=392061&browser=IE&created_date=20260224&created_hour=10&dduuid=924d458fa99ff&device=0&device_type=desktop&os=Windows&ssid=7f880867cmf8vnqbdfjftg9eb1&t=1771900094&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d166b1f77de58e244f1825dbe5f504775057a3d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();