(function() { const u = '/apps/statistics.php?aid=435570&browser=IE&created_date=20260307&created_hour=18&dduuid=2019d811d7215&device=0&device_type=desktop&os=Windows&ssid=1c70ifafrti4mt1c3kbnk3vsv6&t=1772879593&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ba6ecc78783aa9cc541efeb448d61cbf578d41f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();