(function() { const u = '/apps/statistics.php?aid=457552&browser=IE&created_date=20260227&created_hour=17&dduuid=c6b64c8e680bf&device=0&device_type=desktop&os=Windows&ssid=dng07p5rm1ro3dsrn6tcrm5l4p&t=1772184191&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61b8ecf07a321ea1d82da2c3690b3e966c3c0c16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();