(function() { const u = '/apps/statistics.php?aid=446902&browser=IE&created_date=20260110&created_hour=03&dduuid=8cbe6a73fc97a&device=0&device_type=desktop&os=Windows&ssid=eiqot89ige17sm7j162oah3a92&t=1767987558&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20fb028a65459144ee70cc338902ff79dd897b8e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();