(function() { const u = '/apps/statistics.php?aid=455608&browser=IE&created_date=20260311&created_hour=04&dduuid=5dcc7f142060f&device=0&device_type=desktop&os=Windows&ssid=pu7tm56ekdupiu9ncpclauef6c&t=1773175958&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=adf3450a42312cbbe45c9eeea40568000d141a3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();