(function() { const u = '/apps/statistics.php?aid=443209&browser=IE&created_date=20260223&created_hour=20&dduuid=6bfd0124c3931&device=0&device_type=desktop&os=Windows&ssid=5opplbuu94lnqhmfevp7q8hk51&t=1771848931&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61fa4777c01b8defbe76787631bc5032923997a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();