(function() { const u = '/apps/statistics.php?aid=413614&browser=IE&created_date=20260119&created_hour=00&dduuid=36d5cb30ec1de&device=0&device_type=desktop&os=Windows&ssid=fam6b88vbb7g240pqvaog6eeig&t=1768755447&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b5cbfc439438642bf9db066c0bbb5ad563c818b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();