(function() { const u = '/apps/statistics.php?aid=324761&browser=IE&created_date=20260313&created_hour=20&dduuid=60fc9af0c74b9&device=0&device_type=desktop&os=Windows&ssid=5ji1vesc2ub05j24da41gjc5ov&t=1773406508&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e077000b895b92a438698a96aed598bfd1df54bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();