(function() { const u = '/apps/statistics.php?aid=12519&browser=IE&created_date=20260120&created_hour=16&dduuid=7136f65c07804&device=0&device_type=desktop&os=Windows&ssid=njlmt65v96gevvnj3vajg1aj6m&t=1768896658&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eadf412abc78ea709f60c58c6ee6bba213f61d74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();