(function() { const u = '/apps/statistics.php?aid=441945&browser=IE&created_date=20260308&created_hour=06&dduuid=16f507801972b&device=0&device_type=desktop&os=Windows&ssid=6v6fc6piku3jdf9alhjmc649rp&t=1772920913&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e036ca2cf532a13e24a2b66fbea9f8b6f87cfcb6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();