(function() { const u = '/apps/statistics.php?aid=455019&browser=IE&created_date=20260224&created_hour=13&dduuid=bc91c325b1dfc&device=0&device_type=desktop&os=Windows&ssid=8gitr3ss3ej0rhpii5v9h6npq3&t=1771909867&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44e622c2ee2135c15428b3b2f6e48691d222a4fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();