(function() { const u = '/apps/statistics.php?aid=17559&browser=IE&created_date=20260305&created_hour=00&dduuid=d2979ee803f99&device=0&device_type=desktop&os=Windows&ssid=ls83rllo3sg26auu9u499b2rt8&t=1772642852&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8de2a56b54ee7ebbde848b0ac6995048c1405c1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();