(function() { const u = '/apps/statistics.php?aid=437735&browser=IE&created_date=20251228&created_hour=09&dduuid=2980c694c3653&device=0&device_type=desktop&os=Windows&ssid=c6h027qqn5tkctctefc3i1r4jc&t=1766886284&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ff819f17dd3f7512848cbd8af1dff5422185cf1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();