(function() { const u = '/apps/statistics.php?aid=421793&browser=IE&created_date=20260201&created_hour=05&dduuid=d98a317eb2842&device=0&device_type=desktop&os=Windows&ssid=ofahj52a6fq19t3s0rrhvuvfpj&t=1769894396&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=73011d19d702d2f7ddde431a7a83cb946737bafa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();