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