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