(function() { const u = '/apps/statistics.php?aid=456100&browser=IE&created_date=20260310&created_hour=09&dduuid=2311dd3eb0dc3&device=0&device_type=desktop&os=Windows&ssid=p0bq2b1pbfu5sd4kae513qqk6o&t=1773104533&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85fc8c026ee48db44648cc527fd97f42784b3875&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();