(function() { const u = '/apps/statistics.php?aid=324428&browser=IE&created_date=20260307&created_hour=15&dduuid=47214881042a0&device=0&device_type=desktop&os=Windows&ssid=t600nt9c8nnqjtqs850q4m97kp&t=1772869421&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=067c21f1762e1f7b429e38bceebcf2565c59ea09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();