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