(function() { const u = '/apps/statistics.php?aid=334316&browser=IE&created_date=20260311&created_hour=11&dduuid=734342d8671e2&device=0&device_type=desktop&os=Windows&ssid=5stmuvfs4t58svm3ofr3latcuo&t=1773198623&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d5b0f2c68b1afb4ef3f4bf43421189a60c60ac1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();