(function() { const u = '/apps/statistics.php?aid=454687&browser=IE&created_date=20260304&created_hour=04&dduuid=9628b27a989c4&device=0&device_type=desktop&os=Windows&ssid=9gb599qn902onau6smm8ivaas6&t=1772568409&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21f079cc63fd47d7f28a4ab3bbf5395411c2dea3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();