(function() { const u = '/apps/statistics.php?aid=79880&browser=IE&created_date=20260303&created_hour=17&dduuid=0404a57180793&device=0&device_type=desktop&os=Windows&ssid=vt35emmf90sfni5j0ncbbnh8dc&t=1772528720&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4821af12ead89c3eeb8312f514069480d2ff890&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();