(function() { const u = '/apps/statistics.php?aid=455725&browser=IE&created_date=20260304&created_hour=11&dduuid=d67aa2825124c&device=0&device_type=desktop&os=Windows&ssid=hmvfrke403po6lenclcukdvsrc&t=1772594594&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=949a243367351215370a28445de2798f25a692ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();