(function() { const u = '/apps/statistics.php?aid=455543&browser=IE&created_date=20260304&created_hour=15&dduuid=4cbc4111d1dc3&device=0&device_type=desktop&os=Windows&ssid=1tsg2ei4qeis94f5uus7f9fe74&t=1772608955&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a7c5426be98741913f32b2e3775a9674b93998de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();