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