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