(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260107&created_hour=04&dduuid=38a43edc2d036&device=0&device_type=desktop&os=Windows&ssid=foql89ou2fjk987vgbufcmaiv4&t=1767732711&typeid=1&url_type=0&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7218aa5f9ab372e4cb28fce845376deac5f02bd9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();