(function() { const u = '/apps/statistics.php?aid=448346&browser=IE&created_date=20260121&created_hour=23&dduuid=3d03bf4f00a4b&device=0&device_type=desktop&os=Windows&ssid=csgtrco50i8dp5314rb1hirnsr&t=1769009913&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=742fd76e4fd0024e69d5d5ed6977f9d1d9e03e72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();