(function() { const u = '/apps/statistics.php?aid=460402&browser=IE&created_date=20260313&created_hour=13&dduuid=eaf4c2d1be0e8&device=0&device_type=desktop&os=Windows&ssid=8l4hdcdf3fd7gvaph2m8hs01ac&t=1773378658&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d183e6c51db42cb67489372bae4a70b427dd6b2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();