(function() { const u = '/apps/statistics.php?aid=207400&browser=IE&created_date=20260114&created_hour=05&dduuid=a2de012a62e63&device=0&device_type=desktop&os=Windows&ssid=nt8tdt3dfhhmc6256fainam4k1&t=1768339138&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ce9d2e64260c2cf5ce4345dc6ca027c58ce8ed0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();