(function() { const u = '/apps/statistics.php?aid=377&browser=IE&created_date=20260311&created_hour=23&dduuid=f01146c9ad798&device=0&device_type=desktop&os=Windows&ssid=k1k4vvjlerebpra94b08506vch&t=1773242419&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6394fe993f51e04b1c8f190abcbca58c79a425f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();