(function() { const u = '/apps/statistics.php?aid=442542&browser=IE&created_date=20251222&created_hour=03&dduuid=40a552fa2bfdf&device=0&device_type=desktop&os=Windows&ssid=se7uqbnfqcr9v50hph26bju260&t=1766343794&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2cefdd0a376c0c87ccbef76e3735cbd12fbbbcab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();