(function() { const u = '/apps/statistics.php?aid=438812&browser=IE&created_date=20251224&created_hour=05&dduuid=7f6a5abefe59c&device=0&device_type=desktop&os=Windows&ssid=c0ct3f9f56oeovmo3hsioeu0fs&t=1766525314&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6043ad8b40b3ccbd3cb5d2feed641e7865f2d1fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();