(function() { const u = '/apps/statistics.php?aid=432457&browser=IE&created_date=20260304&created_hour=03&dduuid=24ce7064d2036&device=0&device_type=desktop&os=Windows&ssid=tfbcnb19gmhndreiegoeds029a&t=1772564510&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9af3067b6e41b6d34fdcfb301d44f80285e5033a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();