(function() { const u = '/apps/statistics.php?aid=451337&browser=IE&created_date=20260306&created_hour=14&dduuid=17a4416f2c4ba&device=0&device_type=desktop&os=Windows&ssid=v2pgk3gs63gevrni4nt6pa8f5m&t=1772778096&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb7ccf7ecfa30dd7e5028388de3056493175f35b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();