(function() { const u = '/apps/statistics.php?aid=351265&browser=IE&created_date=20260312&created_hour=05&dduuid=eeb79aae116e5&device=0&device_type=desktop&os=Windows&ssid=64gp61vvq2c951ba9qg6k8bg92&t=1773262854&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5e36972219c3624bb3929425f3279d77b19efac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();