(function() { const u = '/apps/statistics.php?aid=195&browser=IE&created_date=20260312&created_hour=10&dduuid=7132304ff108c&device=0&device_type=desktop&os=Windows&ssid=p293pmkatsatutghbg9745q9ko&t=1773281671&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19f9ff976685823de3b962a8ede3e9613d8b32ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();