(function() { const u = '/apps/statistics.php?aid=455710&browser=IE&created_date=20260303&created_hour=17&dduuid=2bf58a3de6e72&device=0&device_type=desktop&os=Windows&ssid=1v7pn841acvq4c5ltqu4ev7ms8&t=1772529041&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72afa1254eabe32bf69a35826d01316571a6676b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();