(function() { const u = '/apps/statistics.php?aid=113142&browser=IE&created_date=20260310&created_hour=12&dduuid=fbf6cb566f36f&device=0&device_type=desktop&os=Windows&ssid=mj6in4p4735pojm7g2q3aqklpt&t=1773116645&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50a46fd2d99b26aea50ed5048527e037baa4c6b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();