(function() { const u = '/apps/statistics.php?aid=450700&browser=IE&created_date=20260225&created_hour=20&dduuid=fbec7903f542f&device=0&device_type=desktop&os=Windows&ssid=fhbj2l18icvqqphqa4b59c4csf&t=1772020941&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67e239e309dd4f563699f07a71e15e25683a69a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();