(function() { const u = '/apps/statistics.php?aid=403146&browser=IE&created_date=20260122&created_hour=12&dduuid=df64f15e7afeb&device=0&device_type=desktop&os=Windows&ssid=g8i68dcmrtro33ucp6nvum0iol&t=1769054577&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d563fbebe86d05a74593fed74cd399e93a8a202&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();