(function() { const u = '/apps/statistics.php?aid=18175&browser=IE&created_date=20260224&created_hour=17&dduuid=ba2e54e6241f5&device=0&device_type=desktop&os=Windows&ssid=bpb2vetp3tpah0dv82ikidmdad&t=1771924958&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79f1ba794ebc262403e79001957a5855064edeca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();