(function() { const u = '/apps/statistics.php?aid=455910&browser=IE&created_date=20260310&created_hour=20&dduuid=7373fd01bb0db&device=0&device_type=desktop&os=Windows&ssid=9i3268vtpvinevoje55f6q48oo&t=1773144089&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=526ed109723cf680ffb731c4e29a1807c11c18c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();