(function() { const u = '/apps/statistics.php?aid=370656&browser=IE&created_date=20260311&created_hour=18&dduuid=2546ded997e88&device=0&device_type=desktop&os=Windows&ssid=qup3sl0odv3db7c7isnt42lm75&t=1773225665&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70cccf6056c02f4df7d2f7cb1305b4845d169076&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();