(function() { const u = '/apps/statistics.php?aid=451679&browser=IE&created_date=20260311&created_hour=12&dduuid=a65efb6851f34&device=0&device_type=desktop&os=Windows&ssid=98foc2165do6jkq8ro97vm5430&t=1773202092&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93be3b06ff80f7157e9a035a936d8445e63adc01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();