(function() { const u = '/apps/statistics.php?aid=448754&browser=IE&created_date=20260124&created_hour=05&dduuid=225b3b28fae6c&device=0&device_type=desktop&os=Windows&ssid=fmik6o5q1l8gsm4a9sns2p8oqm&t=1769202430&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d61cd7c4a1a4fbde2e05e69d8d7438fbd2b23637&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();