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