(function() { const u = '/apps/statistics.php?aid=435334&browser=IE&created_date=20251231&created_hour=18&dduuid=7f8e32a571ba4&device=0&device_type=desktop&os=Windows&ssid=kr5e46ure80p2l964mud3vhp2b&t=1767175985&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a82f2047d629f1f3425d4f27996f6955a7984654&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();