(function() { const u = '/apps/statistics.php?aid=151367&browser=IE&created_date=20260308&created_hour=03&dduuid=c21ce1aae177c&device=0&device_type=desktop&os=Windows&ssid=i70nca5h0mth7rqmitcu5krcgg&t=1772910346&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc6544a5a303f10c4d8deea784d5436db1c23851&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();