(function() { const u = '/apps/statistics.php?aid=460413&browser=IE&created_date=20260315&created_hour=16&dduuid=6629ee29f85bf&device=0&device_type=desktop&os=Windows&ssid=2b3s3hnvvjj1n0bpa8fok313s6&t=1773563380&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08d3e2734be846fa9f7f1aa3638c3348b2e28a9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();