(function() { const u = '/apps/statistics.php?aid=452973&browser=IE&created_date=20260306&created_hour=07&dduuid=992e76e68ff07&device=0&device_type=desktop&os=Windows&ssid=6si9e39mcmbqtoim37avhpoddp&t=1772753056&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f5d9f78026348d9a8197cc0c24c3492407b5472&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();