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