(function() { const u = '/apps/statistics.php?aid=454375&browser=IE&created_date=20260308&created_hour=01&dduuid=e25c9589da1f5&device=0&device_type=desktop&os=Windows&ssid=dre1iu0fha3he48gg41pn1j6tb&t=1772903422&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e187d60195612bea1d3a7a602d49df2447b7d99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();