(function() { const u = '/apps/statistics.php?aid=255338&browser=IE&created_date=20260316&created_hour=16&dduuid=fcadc944099e1&device=0&device_type=desktop&os=Windows&ssid=caho7v48scramfq8vpvqbacd1c&t=1773650343&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3aa34369a50e76144c98afcd323bcb5e466be750&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();