(function() { const u = '/apps/statistics.php?aid=453889&browser=IE&created_date=20260312&created_hour=02&dduuid=6e2549855d98e&device=0&device_type=desktop&os=Windows&ssid=qrbt3iltu5ncqe7bdor63509t8&t=1773253023&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=132ac985d8b221f6e4079344f2d89a015a409d0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();