(function() { const u = '/apps/statistics.php?aid=59032&browser=IE&created_date=20260304&created_hour=22&dduuid=6bab83ce04989&device=0&device_type=desktop&os=Windows&ssid=l6re4n6d8cf5qbf68o8u1tpseg&t=1772633357&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ec0411a9841c89a9424c764220b927f0e8201d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();