(function() { const u = '/apps/statistics.php?aid=456057&browser=IE&created_date=20260306&created_hour=06&dduuid=54527ea423d92&device=0&device_type=desktop&os=Windows&ssid=s0rkhcsco5sup1sq928c49m3dt&t=1772751519&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb975a030c19ddadfae03fcafd7cf7be8f549fb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();