(function() { const u = '/apps/statistics.php?aid=347453&browser=IE&created_date=20260313&created_hour=00&dduuid=77ba22451621c&device=0&device_type=desktop&os=Windows&ssid=pffu9fghpu9kiieqjdtilmtgfe&t=1773332138&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98831208469ee9dd126293e7ebccfde372999b18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();