(function() { const u = '/apps/statistics.php?aid=97191&browser=IE&created_date=20260315&created_hour=04&dduuid=2824b97db86de&device=0&device_type=desktop&os=Windows&ssid=2h8tbfl3h8fair9fl6qj509q3t&t=1773519158&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6470bba41b6151cafbae19958b4f3ce96cc58254&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();