(function() { const u = '/apps/statistics.php?aid=270879&browser=IE&created_date=20260226&created_hour=05&dduuid=3741a40e50ab8&device=0&device_type=desktop&os=Windows&ssid=m9rdgkps3frsdh6vrugc1celcu&t=1772055500&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=baa4b6d52d00c0e3b5c599ffdf740ef6ac65e2b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();