(function() { const u = '/apps/statistics.php?aid=455444&browser=IE&created_date=20260305&created_hour=21&dduuid=d61fb4c3602c7&device=0&device_type=desktop&os=Windows&ssid=r9e7f1l9jkusjkuf693ac5ntuc&t=1772717629&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a9f7e59b34b35b44502a486f45a06333c698a397&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();