(function() { const u = '/apps/statistics.php?aid=455347&browser=IE&created_date=20260311&created_hour=00&dduuid=b803951e59446&device=0&device_type=desktop&os=Windows&ssid=g8odnn0lft81pfqrjciukek5j6&t=1773160101&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a44e045a3179355b2aa4c567679c727580489cfb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();