(function() { const u = '/apps/statistics.php?aid=453730&browser=IE&created_date=20260224&created_hour=04&dduuid=f2725cad7fb3a&device=0&device_type=desktop&os=Windows&ssid=7n05u0q3p6ts4pbrijtqve6epe&t=1771877157&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a2cbeb0c00a5b15a3ddab6feb3bf1269d531785&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();