(function() { const u = '/apps/statistics.php?aid=30&browser=IE&created_date=20260304&created_hour=08&dduuid=a47fbad8e8e27&device=0&device_type=desktop&os=Windows&ssid=r1hmvdapqjfb7eagfia93sqc2v&t=1772584446&typeid=6&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d5167692eefcfb5939cc24e2b4d4b766739d455&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();