(function() { const u = '/apps/statistics.php?aid=454186&browser=IE&created_date=20260305&created_hour=09&dduuid=f8580e1c04447&device=0&device_type=desktop&os=Windows&ssid=qfrt8cga5gif7q8h598omeebba&t=1772672722&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6940e596f4f62b1135cbe36b7a02e833a486b558&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();