(function() { const u = '/apps/statistics.php?aid=451185&browser=IE&created_date=20260307&created_hour=07&dduuid=f42f06d9c4b13&device=0&device_type=desktop&os=Windows&ssid=b9hbcei8j9l20hfv9a2cmkcdhf&t=1772838680&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10a83615bf2f11b21487770992e1a2f929e6f101&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();