(function() { const u = '/apps/statistics.php?aid=179&browser=IE&created_date=20260305&created_hour=18&dduuid=54339fe924869&device=0&device_type=desktop&os=Windows&ssid=veqqoctvnmcqoru44g0namoksn&t=1772707157&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8a4bce7fadc576fc4d8c5c4da64ac245f9cdf94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();