(function() { const u = '/apps/statistics.php?aid=207127&browser=IE&created_date=20260227&created_hour=05&dduuid=53272cc153c45&device=0&device_type=desktop&os=Windows&ssid=4b6pb7820pu7k9q9ovmatgu13e&t=1772143091&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a66eb3f94b327be74d405691b7fb34bc4a59eed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();