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