(function() { const u = '/apps/statistics.php?aid=258675&browser=IE&created_date=20260226&created_hour=07&dduuid=c017736ca0743&device=0&device_type=desktop&os=Windows&ssid=9k6i739o03v48ik9na4acorbfr&t=1772060519&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1976d1859d88969d1319683cf28c07cca7b35179&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();