(function() { const u = '/apps/statistics.php?aid=15418&browser=IE&created_date=20260305&created_hour=00&dduuid=19ca7fc1be591&device=0&device_type=desktop&os=Windows&ssid=r6p4qrktbmke6mildmfs7o1tj9&t=1772642920&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94f25bc168b0c1cef3a6e149eee3b51c0f827539&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();