(function() { const u = '/apps/statistics.php?aid=368911&browser=IE&created_date=20260311&created_hour=23&dduuid=a3d064bf8e5bc&device=0&device_type=desktop&os=Windows&ssid=02ibp50bhc75qrteiksordm2l9&t=1773244652&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2bee1c8c6eb1e2d6fb4e09ee3ec5c59ba0e71121&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();