(function() { const u = '/apps/statistics.php?aid=92014&browser=IE&created_date=20260304&created_hour=16&dduuid=e7c22792b0c6a&device=0&device_type=desktop&os=Windows&ssid=3o0lq8h30hi0veab4l8u620d58&t=1772613288&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee51a34d284427c4a19637681f6b4f9aa08efabf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();