(function() { const u = '/apps/statistics.php?aid=451560&browser=IE&created_date=20260225&created_hour=15&dduuid=78fa32e8f0d28&device=0&device_type=desktop&os=Windows&ssid=itq3to02ril815go908p79kh0q&t=1772005102&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4799e3a2d53b5b01a9a8dba6de7a59a9148893a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();