(function() { const u = '/apps/statistics.php?aid=453081&browser=IE&created_date=20260311&created_hour=21&dduuid=7ff99303a4dc3&device=0&device_type=desktop&os=Windows&ssid=sombh9r3sgg4njh494pgqafraq&t=1773235146&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f910ea3852361524524b7c4367aa3ad64dc612a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();