(function() { const u = '/apps/statistics.php?aid=273000&browser=IE&created_date=20260226&created_hour=04&dduuid=569de34f6a7bb&device=0&device_type=desktop&os=Windows&ssid=3964ghr20u46a7idfc5p90rb36&t=1772052416&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15cedf2f6ff6cfaa58c13f42d95ca512f6b91bed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();